chore(deps): update all patch dependencies#5600
Merged
chenjiahan merged 2 commits intomainfrom Jul 16, 2025
Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
e5b9ab7 to
09f1b24
Compare
09f1b24 to
5925e82
Compare
chenjiahan
approved these changes
Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
2.0.0-beta.20->2.0.0-beta.212.0.0-beta.20->2.0.0-beta.212.0.0-beta.20->2.0.0-beta.212.0.0-beta.20->2.0.0-beta.21^22.16.3->^22.16.41.5.4->1.5.52.0.0-beta.20->2.0.0-beta.21^5.36.0->^5.36.2Release Notes
web-infra-dev/rspress (@rspress/plugin-algolia)
v2.0.0-beta.21Compare Source
Breaking Changes 🚨
🔥Remove
builderPlugins, migrate tobuilderConfig.pluginsWe can already configure Rsbuild in
builderConfig, there is another configuration that is confusing.https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13729235
Migration step:
export default defineConfig({ - builderPlugins: [ - pluginFoo() - ], + builderConfig: { + plugins: [ + pluginFoo() + ], + }, });Expose type
RspressPluginfrom"rspress/core"packgehttps://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13762129
We do not want users to use our private package like
@rspress/shared, only"rspress": "2.0.0"package is all your neededbefore
after
Details
For compatibility,
@rspress/sharedwill still exportRspressPlugintype, but usingrspress/coreand setting"rspress"as peerDependencies will make it less likely for your plugin to encounter type errors.For example:
{ "peerDependencies": { "rspress": "^2.0.0" } }What's Changed
New Features 🎉
pnpm install packageNametopnpm add packageNameon PackageManagerTabs by @Marukome07https://github.com/web-infra-dev/rspress/pull/2364l/2364RspressPluginfrom "rspress/core", "@rspress/shared" which is a private package should not be installed by users by @https://github.com/web-infra-dev/rspress/pull/2360ss/pull/2360Bug Fixes 🐞
withBasefrom runtime by @jbrohttps://github.com/web-infra-dev/rspress/pull/2373l/2373rspress.config.tsshould be added to persistent cache deps by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2378l/2378Document 📖
Other Changes
node:pathmodule from e2e tests by @Marukome07https://github.com/web-infra-dev/rspress/pull/2369l/2369searchconfiguration,type: 'remote'by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2366l/2366builderPluginsand migrate it tobuilderConfig.pluginsby @SoonIthttps://github.com/web-infra-dev/rspress/pull/2371l/2371New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.20...v2.0.0-beta.21
rspack-contrib/create-rstack (create-rstack)
v1.5.5Compare Source
What's Changed
updatePackageJsonafter merge by @upupming in https://github.com/rspack-contrib/create-rstack/pull/52Full Changelog: rstackjs/create-rstack@v1.5.4...v1.5.5
sveltejs/svelte (svelte)
v5.36.2Compare Source
Patch Changes
fix: add
$effect.pending()to types (#16376)fix: add
pendingsnippet to<svelte:boundary>types (#16379)v5.36.1Compare Source
Patch Changes
<input>if the input was the source of the change (#16373)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.